home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.D8.XXXX < prev    next >
Encoding:
Text File  |  1989-12-09  |  3.1 KB  |  67 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $D8 (216)
  8. Auxiliary Type:    All
  9.  
  10. Full Name:     Sampled Sound file
  11. Short Name:    Sampled Sound
  12.  
  13. Written by:    Matt Deatherage                                   January 1990
  14.  
  15. Files of this type and auxiliary type contain sampled sound data.
  16. _____________________________________________________________________________
  17.  
  18. Files of type $D8 should contain sampled or digitized sound data.  The data is 
  19. intended to be fed to sound hardware to reproduce a sound that was recorded 
  20. "live."  The converse to "sampled" sound is "synthesized" sound, where a 
  21. computer creates wave forms and feeds them to sound hardware.
  22.  
  23. Sampled sound data can be stored in many formats.  The data is traditionally 
  24. sampled in discrete intervals, with a given number of bits used to record the 
  25. intensity of the sound at the sampling point.  In addition to the samples 
  26. themselves, this requires that the file contain the sampling interval (or 
  27. rate) and perhaps the number of bits used in sampling.  Other information may 
  28. be needed by applications, such as the duration of the sound, comment or 
  29. copyright information, compression information or parameters, or "markers" 
  30. which denote specific points within the sampled sound.
  31.  
  32. Apple Computer, Inc. presents a standard for such files, the Audio Interchange 
  33. File Format (Audio IFF), described in another File Type Note.  While Audio IFF 
  34. is suitable for many needs, it cannot hope to cover all.  Apple assigns 
  35. auxiliary types in this file type for such purposes.
  36.  
  37. Note:  Apple does not recognize a standard in which the sampling 
  38.        rate is contained in a file's auxiliary type.  Doing so is not 
  39.        possible within the realm of file type and auxiliary type 
  40.        assignment.
  41.  
  42. The following auxiliary type assignments are current for this file type as of 
  43. the publication date of this Note:
  44.  
  45.       Auxiliary Type  Short Name                Developer
  46.       _________________________________________________________________
  47.       $0000           Audio IFF                 Apple
  48.       $0002           ASIF instrument           Apple
  49.       $0003           Sampled Sound Resource    Apple
  50.       $8001           HyperStudio sound         Roger Wagner Publishing
  51.       _________________________________________________________________
  52.  
  53.                      Table 1-Auxiliary Type Assignments
  54.  
  55. The auxiliary types for this file type are reserved; any not listed in this 
  56. Note or About File Type Notes must be assigned by Apple Computer, Inc.  Using 
  57. any file type or auxiliary type not assigned may result in conflicting 
  58. identification of files by totally unrelated programs.  To obtain an auxiliary 
  59. type assignment in this file type, see About File Type Notes.
  60.  
  61.  
  62. Further Reference
  63. _____________________________________________________________________________
  64.   o  Apple IIGS Technical Note #76, Miscellaneous Resource Formats
  65.   o  File Type Note for file type $D8, auxiliary type $0000, Audio IFF File
  66.   o  File Type Note for file type $D8, auxiliary type $0002, ASIF File
  67.